home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ttf-arphic-uming.prerm < prev    next >
Text File  |  2008-09-22  |  331b  |  16 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. # Automatically added by dh_installdefoma
  5. FILE='/etc/defoma/hints/ttf-arphic-uming.hints'
  6. if [ "$1" = remove ]; then
  7.     test -x /usr/bin/defoma-font && /usr/bin/defoma-font purge-all $FILE
  8. fi
  9. # End automatically added section
  10.  
  11.  
  12. PACKAGE=ttf-arphic-uming
  13.  
  14. defoma-font -t purge-all /etc/defoma/hints/${PACKAGE}.hints
  15.  
  16.